projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb441d5
)
(x_initialize): Set char_ins_del_ok to 1.
author
Gerd Moellmann
<gerd@gnu.org>
Thu, 18 Jan 2001 12:30:25 +0000
(12:30 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Thu, 18 Jan 2001 12:30:25 +0000
(12:30 +0000)
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index a951e9ead5c44cea28c8a319255a5172c71b2479..c3ae8791d7fd99276690efc008fa28b9cc84f3d4 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-13953,7
+13953,7
@@
x_initialize ()
estimate_mode_line_height_hook = x_estimate_mode_line_height;
scroll_region_ok = 1; /* we'll scroll partial frames */
- char_ins_del_ok =
0; /* just as fast to write the line */
+ char_ins_del_ok =
1;
line_ins_del_ok = 1; /* we'll just blt 'em */
fast_clear_end_of_line = 1; /* X does this well */
memory_below_frame = 0; /* we don't remember what scrolls